From 606dd4ca3cf52eb4ebdd6a685c7bc27b9bf0b36a Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Mon, 13 Nov 2006 14:02:37 +0000 Subject: [PATCH] [XEN Remove a stray newline in a printk. Signed-off-by: Jan Beulich --- xen/arch/x86/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index d812b2e484..2ca0826d14 100644 --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm.c @@ -3113,7 +3113,7 @@ static int ptwr_emulated_update( * zap the PRESENT bit on the assumption the bottom half will be * written immediately after we return to the guest. */ - MEM_LOG("ptwr_emulate: fixing up invalid PAE PTE %"PRIpte"\n", + MEM_LOG("ptwr_emulate: fixing up invalid PAE PTE %"PRIpte, l1e_get_intpte(nl1e)); l1e_remove_flags(nl1e, _PAGE_PRESENT); } -- 2.30.2